home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01530_Script_Bribe Stopframe Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
277b
|
13 lines
on exitFrame
global length, snap1, snap2, theStopFrame
if the movieTime of sprite 48 >= theStopFrame then
set the movieRate of sprite 48 = 0
puppetsprite 48, false
go frame "BStop"
updatestage
exit
else
go to the frame
end if
end